[INFO] cloning repository https://github.com/Antonbinom/graphql-api-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Antonbinom/graphql-api-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAntonbinom%2Fgraphql-api-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAntonbinom%2Fgraphql-api-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 268c93bdad01cec1d02a35632b50d4e2944011a9
[INFO] fixing Antonbinom/graphql-api-rust against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAntonbinom%2Fgraphql-api-rust" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Antonbinom/graphql-api-rust
[INFO] finished tweaking git repo https://github.com/Antonbinom/graphql-api-rust
[INFO] tweaked toml for git repo https://github.com/Antonbinom/graphql-api-rust written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Antonbinom/graphql-api-rust on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Antonbinom/graphql-api-rust already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 90183b51101fe184510aa895427e8cb793695f5062db167142d0724588dd7b6e
[INFO] running `Command { std: "docker" "start" "90183b51101fe184510aa895427e8cb793695f5062db167142d0724588dd7b6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "90183b51101fe184510aa895427e8cb793695f5062db167142d0724588dd7b6e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "90183b51101fe184510aa895427e8cb793695f5062db167142d0724588dd7b6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "90183b51101fe184510aa895427e8cb793695f5062db167142d0724588dd7b6e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling winnow v1.0.2
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]     Checking num-modular v0.6.1
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking num-order v1.2.0
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling toml_edit v0.25.11+spec-1.1.0
[INFO] [stderr]     Checking ascii_utils v0.9.3
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking fast_chemail v0.9.6
[INFO] [stderr]     Checking asynk-strim v0.1.5
[INFO] [stderr]     Checking static_assertions_next v1.1.2
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking bytes v1.11.1
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]     Checking async-io v2.6.0
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking handlebars v6.4.0
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking async-graphql-value v7.2.1
[INFO] [stderr]     Checking async-graphql-parser v7.2.1
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking tungstenite v0.29.0
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]    Compiling async-graphql-derive v7.2.1
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-tungstenite v0.29.0
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]     Checking async-graphql v7.2.1
[INFO] [stderr]     Checking async-graphql-axum v7.2.1
[INFO] [stderr]     Checking graphql-api v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0277]: the trait bound `fn(Extension<...>, ...) -> ... {graphql_handler}: Handler<_, _>` is not satisfied
[INFO] [stdout]     --> src/main.rs:55:40
[INFO] [stdout]      |
[INFO] [stdout]   55 |         .route("/", get(graphiql).post(graphql_handler))
[INFO] [stdout]      |                                   ---- ^^^^^^^^^^^^^^^ the trait `Handler<_, _>` is not implemented for fn item `fn(Extension<Schema<Query, ..., ...>>, ...) -> ... {graphql_handler}`
[INFO] [stdout]      |                                   |
[INFO] [stdout]      |                                   required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout]      = note: Consider using `#[axum::debug_handler]` to improve the error message
[INFO] [stdout] note: there are multiple different versions of crate `axum` in the dependency graph
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.7.9/src/handler/mod.rs:134:1
[INFO] [stdout]      |
[INFO] [stdout]  134 | pub trait Handler<T, S>: Clone + Send + Sized + 'static {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.9/src/handler/mod.rs:148:1
[INFO] [stdout]      |
[INFO] [stdout]  148 | pub trait Handler<T, S>: Clone + Send + Sync + Sized + 'static {
[INFO] [stdout]      | --------------------------------------------------------------
[INFO] [stdout]      | |
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] help: the following other types implement trait `Handler<T, S>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.7.9/src/routing/method_routing.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | / impl<S> Handler<(), S> for MethodRouter<S>
[INFO] [stdout] 1310 | | where
[INFO] [stdout] 1311 | |     S: Clone + 'static,
[INFO] [stdout]      | |_______________________^ `MethodRouter<S>` implements `Handler<(), S>`
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.7.9/src/handler/mod.rs:303:1
[INFO] [stdout]      |
[INFO] [stdout]  303 | / impl<H, S, T, L> Handler<T, S> for Layered<L, H, T, S>
[INFO] [stdout]  304 | | where
[INFO] [stdout]  305 | |     L: Layer<HandlerService<H, T, S>> + Clone + Send + 'static,
[INFO] [stdout]  306 | |     H: Handler<T, S>,
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | |     T: 'static,
[INFO] [stdout]  311 | |     S: 'static,
[INFO] [stdout]      | |_______________^ `Layered<L, H, T, S>` implements `Handler<T, S>`
[INFO] [stdout] note: required by a bound in `MethodRouter::<S>::post`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.7.9/src/routing/method_routing.rs:324:16
[INFO] [stdout]      |
[INFO] [stdout]  324 |             H: Handler<T, S>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^ required by this bound in `MethodRouter::<S>::post`
[INFO] [stdout] ...
[INFO] [stdout]  647 |     chained_handler_fn!(post, POST);
[INFO] [stdout]      |     -------------------------------
[INFO] [stdout]      |     |                   |
[INFO] [stdout]      |     |                   required by a bound in this associated function
[INFO] [stdout]      |     in this macro invocation
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/graphql_api-294a2110be11081e.long-type-6614801146892636467.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]      = note: this error originates in the macro `chained_handler_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `fn(Extension<...>, ...) -> ... {graphql_handler}: Handler<_, _>` is not satisfied
[INFO] [stdout]     --> src/main.rs:55:40
[INFO] [stdout]      |
[INFO] [stdout]   55 |         .route("/", get(graphiql).post(graphql_handler))
[INFO] [stdout]      |                                   ---- ^^^^^^^^^^^^^^^ the trait `Handler<_, _>` is not implemented for fn item `fn(Extension<Schema<Query, ..., ...>>, ...) -> ... {graphql_handler}`
[INFO] [stdout]      |                                   |
[INFO] [stdout]      |                                   required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout]      = note: Consider using `#[axum::debug_handler]` to improve the error message
[INFO] [stdout] note: there are multiple different versions of crate `axum` in the dependency graph
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.7.9/src/handler/mod.rs:134:1
[INFO] [stdout]      |
[INFO] [stdout]  134 | pub trait Handler<T, S>: Clone + Send + Sized + 'static {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.9/src/handler/mod.rs:148:1
[INFO] [stdout]      |
[INFO] [stdout]  148 | pub trait Handler<T, S>: Clone + Send + Sync + Sized + 'static {
[INFO] [stdout]      | --------------------------------------------------------------
[INFO] [stdout]      | |
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      | this is the found trait
[INFO] [stdout]      = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] help: the following other types implement trait `Handler<T, S>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.7.9/src/routing/method_routing.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | / impl<S> Handler<(), S> for MethodRouter<S>
[INFO] [stdout] 1310 | | where
[INFO] [stdout] 1311 | |     S: Clone + 'static,
[INFO] [stdout]      | |_______________________^ `MethodRouter<S>` implements `Handler<(), S>`
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.7.9/src/handler/mod.rs:303:1
[INFO] [stdout]      |
[INFO] [stdout]  303 | / impl<H, S, T, L> Handler<T, S> for Layered<L, H, T, S>
[INFO] [stdout]  304 | | where
[INFO] [stdout]  305 | |     L: Layer<HandlerService<H, T, S>> + Clone + Send + 'static,
[INFO] [stdout]  306 | |     H: Handler<T, S>,
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | |     T: 'static,
[INFO] [stdout]  311 | |     S: 'static,
[INFO] [stdout]      | |_______________^ `Layered<L, H, T, S>` implements `Handler<T, S>`
[INFO] [stdout] note: required by a bound in `MethodRouter::<S>::post`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.7.9/src/routing/method_routing.rs:324:16
[INFO] [stdout]      |
[INFO] [stdout]  324 |             H: Handler<T, S>,
[INFO] [stdout]      |                ^^^^^^^^^^^^^ required by this bound in `MethodRouter::<S>::post`
[INFO] [stdout] ...
[INFO] [stdout]  647 |     chained_handler_fn!(post, POST);
[INFO] [stdout]      |     -------------------------------
[INFO] [stdout]      |     |                   |
[INFO] [stdout]      |     |                   required by a bound in this associated function
[INFO] [stdout]      |     in this macro invocation
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/graphql_api-056712a461e09b43.long-type-10671708918262969753.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]      = note: this error originates in the macro `chained_handler_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `graphql-api` (bin "graphql-api") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `graphql-api` (bin "graphql-api" test) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "90183b51101fe184510aa895427e8cb793695f5062db167142d0724588dd7b6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "90183b51101fe184510aa895427e8cb793695f5062db167142d0724588dd7b6e", kill_on_drop: false }`
[INFO] [stdout] 90183b51101fe184510aa895427e8cb793695f5062db167142d0724588dd7b6e
